Another small leak
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 8 Sep 2008 02:39:38 +0000 (02:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 8 Sep 2008 02:39:38 +0000 (02:39 +0000)
svn path=/trunk/; revision=21316

gdk-pixbuf/gdk-pixbuf-io.c

index b0558800caee80046b2bd2534ffe85bed4df8352..61256e8631ae229370592636e0484bdd8ff2717b 100644 (file)
@@ -402,6 +402,7 @@ gdk_pixbuf_io_init (void)
                if (file_formats == NULL)
                        g_warning ("Cannot open pixbuf loader module file '%s': %s",
                                   filename, error->message);
+               g_string_free (tmp_buf, TRUE);
                g_free (filename);
                return;
        }